c5c9fba9a08024b65aff7e7a8298577c9487ac08,notepad/NotePad/src/org/openintents/notepad/NoteEditor.java,NoteEditor,onCreate,#Bundle#,293

Before Change


			}
		}

		requestWindowFeature(Window.FEATURE_RIGHT_ICON);

		// Set the layout for this activity.  You can find it in res/layout/note_editor.xml
		setContentView(R.layout.note_editor);

After Change


				bar.setHomeButtonEnabled(true);
			}
		}else{
			requestWindowFeature(Window.FEATURE_RIGHT_ICON);
		}
		
		// Set the layout for this activity.  You can find it in res/layout/note_editor.xml